home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1997 September & October
/
Amiga-CD 1997 #9-10.iso
/
software
/
psx-cheater2.0demo
/
installfonts
< prev
next >
Wrap
Text File
|
1997-05-09
|
2KB
|
70 lines
;INSTALLFONTS 1.3 ©96-97 BY A.T.R.
Echo ""
Echo " INSTALLFONTS v1.3 ©1996-1997 BY A.T.R."
Echo " ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯"
Echo " Dieses Script installiert den ColourFont PSXpro4"
Echo " in das FONTS-Verzeichnis Ihrer Workbench-Partion."
Echo ""
Wait 2
Echo " > Fonts-Verzeichnis wird geprüft.."
If Exists Fonts:PSX
Wait 1
Ask " Version 1.0 (PSX) - löschen (y/n)?"
if warn
Delete >NIL: Fonts:PSX ALL
Delete >NIL: Fonts:PSX.font
EndIf
EndIf
If Exists Fonts:PSXplus
Wait 1
Ask " Version 1.1 (PSXplus) - löschen (y/n)?"
if warn
Delete >NIL: Fonts:PSXplus ALL
Delete >NIL: Fonts:PSXplus.font
EndIf
EndIf
If Exists Fonts:PSXpro
Wait 1
Ask " Version 1.12 (PSXpro) - löschen (y/n)?"
if warn
Delete >NIL: Fonts:PSXpro ALL
Delete >NIL: Fonts:PSXpro.font
EndIf
EndIf
If Exists Fonts:2001
Wait 1
Ask " Version 1.12 (2001) - löschen (y/n)?"
if warn
Delete >NIL: Fonts:2001 ALL
Delete >NIL: Fonts:2001.font
EndIf
EndIf
Echo ""
If Exists Fonts:PSXPro4.font
Echo " > Font PSXPro4 ist bereits installiert"
Wait 1
Else
Echo " > Font PSXPro4 wird installiert.."
Wait 1
Copy >NIL: PSXPro4/PSX#? ALL Fonts:
EndIf
Echo " > OK."
if not exists Fonts:Helvetica
Echo " "
Echo " Bitte beachten Sie, daß der PSX-Cheater v2.0 zu-"
Echo " sätzlich den Zeichensatz < Helvetica9 > benötigt"
Echo " (zu finden auf der FONTS-Systemdiskette). Diesen"
Echo " Zeichensatz bitte in das FONTS-Verzeichnis Ihrer"
Echo " Workbench kopieren."
Wait 13
EndCLI
EndIf
EndCLI